home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Prog / T / TIFF Code.cpt / Makefile < prev    next >
Makefile  |  1987-12-04  |  475b  |  24 lines

  1. #
  2. # Makefile for TIFF file dump program
  3. # Copyright (c) 1987 Bear River Associates, Inc. All Rights Reserved.
  4. #
  5.  
  6. DEBUG=
  7.  
  8. SRC=        Makefile td.c stubs.c
  9.  
  10. OBJS=        td.c.o stubs.c.o
  11.  
  12. LIBS=        "{Libraries}"Interface.o ∂
  13.             "{CLibraries}"CRuntime.o ∂
  14.             "{CLibraries}"StdCLib.o ∂
  15.             "{CLibraries}"CSANELib.o ∂
  16.             "{CLibraries}"Math.o ∂
  17.             "{CLibraries}"CInterface.o
  18.     
  19.  
  20. td            ƒƒ    {OBJS} {LIBS}
  21.     Link    -o {Targ} {OBJS} {LIBS} -w -t MPST -c 'MPS '
  22.  
  23. .c.o        ƒ    .c
  24.     C        -o {Targ} {DEBUG} {Default}.c